I\'m using .war file to run jenkins on my server. They say use
java -jar jenkins.war
(Source: https://wiki.jenkins-ci.org/display/JENKINS/S
Just put the process in the background as suggested by @KeepCalmAndCarryOn.
nohup java -jar jenkins.war &
I hope this helps.