If you are using sbt, run the package command from the sbt shell. This will create you a war file in the target directory. You can drop this into the jetty webapps directory and configure the XML context file in its context directory.
If you are using maven, I believe you need the mvn package command.
source share