Build the project with
$ mvn install
You will need to set the REPO
environment variable, so the execution wrapper script knows where to find the maven dependencies. For example:
$ export REPO=$HOME/.m2/repository
Now you can run your webapp with:
$ sh target/bin/webapp
(the wrapper script is not executable by default).