The NWChem SCF module does not have an input option to get the kinetic energy printed.
However, if you use run Hartree-Fock using the DFT module (and selecting "xc hfexch"), you can use the print directive "kinetic_energy" as in the example below.
dft
xc hfexch
print kinetic_energy
convergence energy 1d-9 gradient 1d-12
end
task dft